Revision: yaclml--dev--0.3--patch-11
Archive: bese-2004@common-lisp.net
Creator: Marco Baringer <mb@bese.it>
Date: Wed Feb 25 16:31:43 CET 2004
Standard-date: 2004-02-25 15:31:43 GMT
Modified-files: src/tal/compile.lisp src/tal/generator.lisp
    src/tal/handlers.lisp
New-patches: bese-2004@common-lisp.net/yaclml--dev--0.3--patch-11
Summary: Fix generator-value passing bug.
Keywords: 

The code returned by compile-tal-string-to-lambda contained the
generator as a literal object, this meant that once complied you
couldn't change the generator. While this wasn't normally a problem it
prevents compiling the code to a file and will provide counter
intuitive behavior in certain corner cases.
